home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / s / second_front / secondfront.dms / in.adf / hdscript < prev    next >
Encoding:
Text File  |  2004-10-29  |  862 b   |  32 lines

  1.    echo   "Creating Directory."
  2.  
  3. MakeDir "Dh0:Second Front"
  4.  
  5. echo "Copying Files . . . ."
  6. copy "Empty.info" "Dh0:Second Front.info"
  7.  
  8. copy "Second Front:#?" "Dh0:Second Front" all quiet
  9. cd "DH0:Second Front"
  10. delete disk.info quiet
  11. delete hdinstall quiet
  12. delete hdinstall.info quiet
  13. delete empty.info quiet
  14. delete Trashcan.info
  15.  
  16. if warn     
  17.     echo "Error installing 'Second Front' onto your hard drive!!!"
  18.     echo "Delete the 'Second Front' file from your hard drive,"
  19.     echo "and try again. "
  20.     echo "If you ran out of disk space, you must have AT LEAST"
  21.     echo "800K available on your hard drive to succeed."
  22.     wait 20
  23. else
  24.     echo " "
  25.     echo "        'Second Front' successfully installed on the Hard disk."
  26.     wait 2
  27.     echo " "
  28.     echo "Open the Second Front Folder on the Hard drive and double click on the"
  29.     echo "                   SF Icon to begin the game."
  30.     wait 5
  31. endif
  32.